Class EPropertyNotDefined

All Implemented Interfaces:
Serializable

public class EPropertyNotDefined extends EBaseException
This class represents an exception thrown when a property is not defined (empty string) the configuration store. It extends EBaseException and uses the same resource bundle.

Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • EPropertyNotDefined

      public EPropertyNotDefined(String errorString)
      Constructs an instance of this exception given the name of the property that's not found.

      Parameters:
      errorString - Detailed error message.